home *** CD-ROM | disk | FTP | other *** search
- package Box2D.Collision
- {
- import Box2D.Collision.Shapes._hx306;
- import Box2D.Common.Math.b2Vec2;
-
- public class _lh680
- {
- public var separation:Number;
-
- public var normal:b2Vec2;
-
- public var position:b2Vec2;
-
- public var restitution:Number;
-
- public var shape1:_hx306;
-
- public var shape2:_hx306;
-
- public var id:_cr366;
-
- public var friction:Number;
-
- public var velocity:b2Vec2;
-
- public function _lh680()
- {
- position = new b2Vec2();
- velocity = new b2Vec2();
- normal = new b2Vec2();
- id = new _cr366();
- super();
- }
- }
- }
-
-